projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d310977
)
(wait_for_termination): Use sigsuspend rather than sigpause.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 22 Mar 2002 22:53:13 +0000
(22:53 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 22 Mar 2002 22:53:13 +0000
(22:53 +0000)
src/sysdep.c
patch
|
blob
|
history
diff --git
a/src/sysdep.c
b/src/sysdep.c
index b951b545fbe496e3052d05b336ad1b7aa4cf89d8..75d929e54ca18ab766d53472fe45931392b0fd9d 100644
(file)
--- a/
src/sysdep.c
+++ b/
src/sysdep.c
@@
-487,11
+487,7
@@
wait_for_termination (pid)
break;
}
- /* FIXME: Since sigpause is not POSIX and its use is deprecated,
- this should probably be `sigsuspend (&empty_mask)', which is
- POSIX. I'm not making that change right away because the
- release is nearing. 2001-09-20 gerd. */
- sigpause (SIGEMPTYMASK);
+ sigsuspend (&empty_mask);
#else /* not POSIX_SIGNALS */
#ifdef HAVE_SYSV_SIGPAUSE
sighold (SIGCHLD);